﻿* {
	padding: 0;
	margin: 0
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
body {
	color: #696868;
	margin: 0 auto;
	font-family: Microsoft YaHei;
	font-size: 14px;
	background: #f7f7f7
}
div {
	margin: 0;
	padding: 0;
	border: 0
}
img {
	margin: 0;
	padding: 0;
	border: 0
}
p {
	margin: 0;
	line-height: 1.8em
}
b, strong {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
li {
	list-style: none outside none
}
a {
	text-decoration: none;
	color: #626262;
	background: 0 0;
	outline: 0
}
a:visited {
	color: #aaa
}
a:focus {
	outline: 0
}
a:hover {
	color: #000
}
a:active {
	outline: 0
}
h1 {
	font-size: 1.3em;
	margin: 0
}
h2 {
	font-size: 1.2em;
	margin: 0
}
h3 {
	font-size: 1.17em;
	margin: 0
}
h4 {
	font-size: 1em;
	margin: 0
}
h5 {
	font-size: .83em;
	margin: 0
}
h6 {
	font-size: .67em;
	margin: 0
}
form {
	margin: 0
}
button, input, select, textarea {
	font-size: 100%;
	margin: 3px;
	vertical-align: baseline;
*vertical-align:middle
}
button, select {
	text-transform: none
}
input {
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 99%;
	line-height: normal
}
textarea {
	padding: 2px;
	color: #000;
	background-color: #fff;
	width: 99%
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
code, kbd, pre, samp {
	font-size: 1em
}
pre {
	margin: 1em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
dl {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
.blue {
	color: #00f!important
}
.green {
	color: #0f0!important
}
.red {
	color: red!important
}
.black {
	color: #000!important
}
.white {
	color: #fff!important
}
.gray {
	color: gray;
!important
}
.purple {
	color: purple;
!important
}
.clear {
	display: block;
	clear: both;
	height: 3px;
	overflow: hidden;
	line-height: 3px
}
.float_left {
	float: left
}
.float_right {
	float: right
}
.left {
	text-align: left
}
.right {
	text-align: right
}
.center {
	text-align: center
}
.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: -moz-inline-stack;
	display: inline-block;
*display:inline;
	vertical-align: middle;
*vertical-align:auto;
	zoom: 1;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	font-weight: 300;
	font-size: 14px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	text-indent: 0;
	cursor: pointer;
	border: 1px solid #d4d4d4;
	color: #666
}
.btn {
	background-color: #7db500;
	color: #fff
}
.btn:hover {
	background-color: #6b9c00;
	color: #fff
}
.btn:active {
	background: #76a312;
	color: #374f00
}
.btn-large {
	font-size: 19px;
	height: 38.4px;
	line-height: 38.4px;
	padding: 0 26px
}
.btn-small {
	font-size: 12px;
	height: 25.6px;
	line-height: 25.6px;
	padding: 0 16px
}
.btn-tiny {
	font-size: 12px;
	height: 22.4px;
	line-height: 22.4px;
	padding: 0 13px
}
.btn-block {
	display: block
}
.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover {
	border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-width: 1px;
	height: 20px;
	line-height: 20px;
	clip: rect;
	padding: 2px;
	color: #000
}
.form_text {
	width: 95%;
	background-position: 0 0
}
.form_text:hover {
	background-position: 0 -37px
}
.form_text_verifycode {
	width: 50px;
	margin-right: 3px;
	background-position: 0 0
}
.form_text_verifycode:hover {
	background-position: 0 -37px
}
.form_radio {
	width: auto;
	border: 0
}
.form_checkbox {
	width: auto;
	border: 0
}
.form_select {
	height: 25px
}
.form_textarea {
	width: 95%;
	height: 80px;
	border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-width: 1px;
	padding: 2px
}
.form_button {
	width: auto;
	vertical-align: middle;
	border: 0
}
input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file]>input[type=button]::-moz-focus-inner {
border:0;
padding:0
}
.required {
	color: red;
	font-weight: 700;
	text-align: left;
	padding-left: 3px
}
.hide {
	display: none
}

.code_image {
	cursor: pointer;
	padding-bottom: 6px
}
.ChannelContent {
	line-height: 2em;
	font-size: 16px
}
.ChannelSContent, .ChannelSContent p {
	line-height: 1.8em
}
.ChannelContent a {
	color: #ff9d02
}
.ChannelSContent {
	color: #fff;
	line-height: 25px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px
}
.ChannelSContent a {
	color: #ff9d02
}
.ChannelSContent img, .InfoContent img {
	max-width: 100%
}
.InfoTitle {
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
	color: #575757
}
.InfoTitle h1 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: 400
}
.InfoTime {
	color: #999;
	text-align: left;
	padding: 2px 0;
	height: 25px
}
.InfoContent, .InfoContent p {
	line-height: 2em;
	font-size: 16px;
	padding: 10px 0
}
.InfoAttachment {
	padding: 10px 0;
	text-align: center;
	width: 81px;
	margin: 0 auto
}
.InfoPicture {
	text-align: center
}
.InfoPicture img {
	width: 100%;
	max-width: 100%
}
f #ReadLevelTip {
	font-weight: 700;
	color: red
}
.Tag {
	text-align: left;
	font-weight: 700
}
.Tag a {
	padding: 0 3px;
	font-weight: 400;
	text-decoration: none
}
.info_previous_next_wrap {
	padding: 5px;
	color: #01a8df;
	line-height: 1.8em
}
.info_previous_next_wrap b {
	color: #01a8df
}
.Next {
	float: left;
	width: 50%
}
.Previous {
	float: left;
	width: 50%
}
.Next a {
	color: #01a8df
}
.Previous a {
	color: #01a8df
}
.info_from_wrap {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 20px
}
.left_title {
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #01673a
}
.left_title h2 {
	font-size: 16px;
	color: #01673a
}
.left_body {
	overflow: hidden;
	zoom: 1;
	color: #01673a;
	padding: 10px 10px 5px;
	border-top: 0;
	border-bottom: 0
}
.left_bottom {
	height: 15px;
	margin-bottom: 5px
}
.left_title1 {
	text-align: center;
	margin: 0 0 20px
}
.left_title1 h2 {
	font-size: 40px;
	color: #444;
	font-weight: 400;
	background: url(../images/left_title1_h2.jpg) no-repeat center bottom;
	padding: 0 0 10px
}
.left_title1 .ChannelF1 {
	font-size: 20px;
	color: #444;
	height: 26px;
	line-height: 36px;
	display: block
}
.left_title1 p {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	color: #a5a6aa;
	letter-spacing: 4px
}
.left_body1 {
	zoom: 1;
	padding: 0 100px;
	position: relative;
	overflow: hidden
}
.left_body1 .prev {
	position: absolute;
	top: 37%;
	left: 0;
	width: 70px;
	height: 150px;
	background: url(../images/left_body1_prev.png) no-repeat center;
	display: block;
	font-size: 100px
}
.left_body1 .next {
	position: absolute;
	top: 37%;
	right: 0;
	width: 70px;
	height: 150px;
	background: url(../images/left_body1_next.png) no-repeat center;
	display: block;
	font-size: 100px
}
.left_bottom1 {
}
.left_title2 {
	text-align: center;
	margin: 0 0 20px
}
.left_title2 h2 {
	font-size: 40px;
	color: #444;
	font-weight: 400;
	background: url(../images/left_title1_h2.jpg) no-repeat center bottom;
	padding: 0 0 10px
}
.left_title2 .ChannelF1 {
	font-size: 20px;
	color: #444;
	height: 26px;
	line-height: 36px;
	display: block
}
.left_title2 p {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	color: #a5a6aa;
	letter-spacing: 4px
}
.left_body2 {
	zoom: 1;
	overflow: hidden
}
.left_bottom2 {
	position: relative
}
.left_bottom2 ul {
	position: absolute;
	left: 39%;
	bottom: 0;
	overflow: hidden
}
.left_bottom2 ul li {
	float: left;
	width: 80px;
	height: 4px;
	background: #d6d6d6;
	margin: 0 10px 0 0
}
.left_bottom2 ul li.on {
	background: #006fc1
}
.left_title3 {
	text-align: center
}
.left_title3 h2 {
	font-size: 54px;
	height: 70px;
	line-height: 48px;
	font-weight: 700;
	color: #006fc1
}
.left_title3 p {
	color: #a6a6a8;
	font-size: 20px;
	height: 26px;
	line-height: 26px;
	display: block;
	margin: 0;
	letter-spacing: 5px
}
.left_body3 {
	padding: 46px 0 0;
	overflow: hidden;
	zoom: 1;
	background: url(../images/left_body3.jpg) no-repeat center
}
.left_bottom3 {
	height: 5px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	margin-bottom: 5px
}
.left_title4 {
	text-align: center
}
.left_title4 h2 {
	font-size: 28px;
	height: 45px;
	line-height: 30px;
	font-weight: 400;
	color: #006fc1;
	background: url(../images/left_title4_h2.jpg) no-repeat center bottom
}
.left_title4 h2 .ChannelF1 {
	font-size: 36px
}
.left_title4 p {
	color: #a6a6a8;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	display: block;
	margin: 0;
	letter-spacing: 5px
}
.left_body4 {
	padding: 17px 0 30px;
	overflow: hidden;
	zoom: 1
}
.left_bottom4 {
	padding: 30px 0 0
}
.left_title5 {
	text-align: center
}
.left_title5 h2 {
	font-size: 28px;
	height: 45px;
	line-height: 30px;
	font-weight: 400;
	color: #006fc1;
	background: url(../images/left_title4_h2.jpg) no-repeat center bottom
}
.left_title5 h2 .ChannelF1 {
	font-size: 36px
}
.left_title5 .xzjj {
	color: #a6a6a8;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	display: block;
	margin: 0;
	letter-spacing: 5px
}
.left_title5 .ChannelF2 {
	text-align: center;
	padding: 15px 77px 0;
	line-height: 26px;
	color: #616161;
	height: auto; font-size:15px; line-height:30px;
}
.left_body5 {
	overflow: hidden;
	zoom: 1;
	padding: 11px 0 0
}
.left_bottom5 {
}
.left_title6 {
	text-align: center;
	padding: 30px 0;
	background: #00a7df
}
.left_title6 h2 {
	font-size: 33px;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	color: #fff
}
.left_title6 p {
	padding: 10px 0 0;
	font-size: 16px;
	color: #fff
}
.left_body6 {
	overflow: hidden;
	zoom: 1;
	border: 1px solid #00a7df;
	padding: 30px 0 15px;
	border-radius: 0 0 10px 10px
}
.left_bottom6 {
	margin: 50px 0 0;
	background: #f2f2f2;
	border-radius: 5px
}
.left_bottom6 .Qrcode {
	text-align: center;
	padding: 10px 0;
	border-top: 1px dashed #ddd
}
.left_bottom6 .Qrcode img {
	width: 160px
}
.left_bottom6 .Qrcode span {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #666
}
.left_title7 {
	background: url(../images/left_title7.png) no-repeat left bottom;
	height: 85px
}
.left_title7 h2 {
	font-size: 35px;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	color: #666
}
.left_title7 p {
	font-size: 16px;
	color: #666
}
.left_body7 {
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 0
}
.left_body7 ul {
	overflow: hidden
}
.left_body7 ul li {
	color: #333;
	font-size: 20px;
	margin: 10px 0
}
.left_body7 ul li b {
	color: #333;
	font-size: 20px;
	font-weight: 400
}
.left_body7 ul li.ico1 {
	color: #00a7df;
	font-size: 30px
}
.left_bottom7 {
	border-top: 1px solid #eee;
	padding: 20px 0 0
}
.right_title {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 0 0 20px;
	margin: 0 0 30px
}
.right_title h2 {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	padding: 15px 0;
	color: #01673a
}
.right_body {
	padding: 5px 0;
	overflow: hidden;
	zoom: 1;
	border-top: 0;
	border-bottom: 0
}
.right_bottom {
}
.right_title1 {
}
.right_title1 h2 {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	padding: 15px 0;
	color: #01673a
}
.right_body1 {
	padding: 5px 0;
	overflow: hidden;
	zoom: 1;
	border-top: 0;
	border-bottom: 0
}
.right_bottom1 {
	height: 5px;
	line-height: 5;
	overflow: hidden;
	font-size: 0;
	margin-bottom: 5px
}
.right_title2 {
	height: 69px;
	line-height: 69px
}
.right_title2 h2 {
	font-size: 20px;
	font-weight: 400;
	text-indent: 40px;
	color: #fff
}
.right_body2 {
	padding: 5px;
	overflow: hidden;
	zoom: 1;
	border-top: 0;
	border-bottom: 0
}
.right_bottom2 {
	height: 5px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	margin-bottom: 5px
}
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook {
	background: #fff
}
.index {
	width: 1200px;
	margin: 5px auto
}
.single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback {
	width: 1200px;
	margin: 40px auto
}
#top, #logo, #navigation, #banner, #announcement, #link, #copyright, #floor_2, #floor_3, #floor_4, #floor_5, #floor_6, #customization_1, #customization_2, #customization_4, #customization_6 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	border: 0 dashed red
}
#customization_7, #customization_8, #customization_9, #customization_10, #customization_11 {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	border: 0 dashed red
}
#floor_1 {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden
}
#left {
	float: left;
	width: 240px
}
#right {
	float: right;
	width: 910px;
	border-left: 0 solid #e5e5e5;
	padding-left: 0
}
#page {
	width: 1200px;
	border-left: 0 solid #e5e5e5;
	padding: 30px 0 0;
	overflow: hidden
}
#page_1 {
	width: 480px;
	margin: 0 25px 0 0;
	float: left;
	overflow: hidden
}
#page_2 {
	width: 695px;
	float: left;
	overflow: hidden
}
#page_3 {
	width: 1200px;
	overflow: hidden
}
#floor_1_main {
}
#floor_1 {
	padding: 20px 0
}
#floor_2_main {
	padding: 20px 0;
	background: #fff
}
#floor_2 {
}
#floor_3_main {
	padding: 50px 0
}
#floor_3 {
}
#floor_4_main { padding-top:40px;
}
#floor_4 {
}
#floor_5_main {
	padding: 50px 0
}
#floor_5 {
}
#floor_6_main {
	background: #333
}
#floor_6 {
	padding: 20px 0
}
#floor_6_1 {
	width: 399px;
	float: left
}
#floor_6_2 {
	width: 260px;
	padding: 20px 70px 50px;
	float: left;
	border-right: 1px solid #404040;
	border-left: 1px solid #404040
}
#floor_6_2 .Hotline {
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	background: url(../images/floor_6_2.png) no-repeat left bottom;
	height: 68px
}
#floor_6_2 .Hotline p {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	height: 24px
}
#floor_6_2 .telephone {
	padding: 30px 0
}
#floor_6_2 .Qrcode {
	border: 1px solid #666;
	overflow: hidden;
	width: 140px
}
#floor_6_2 .Qrcode img {
	float: left;
	width: 70px
}
#floor_6_2 .Qrcode span {
	float: left;
	width: 70px;
	height: 55px;
	line-height: 20px;
	text-align: center;
	color: #999;
	padding: 15px 0 0;
	overflow: hidden
}
#floor_6_3 {
	width: 329px;
	float: left;
	padding: 20px 0 0 70px
}
#floor_6_3 .contact {
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	background: url(../images/floor_6_2.png) no-repeat left bottom;
	height: 68px
}
#floor_6_3 .contact p {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	height: 24px
}
#floor_6_3 .Address {
	background: url(../images/floor_6_3_Address.png) no-repeat left center;
	padding: 20px 0 20px 55px
}
#floor_6_3 .Address p {
	color: #fff;
	font-size: 15px
}
#floor_6_3 .Telephone {
	background: url(../images/floor_6_3_Telephone.png) no-repeat left center;
	padding: 0 0 0 55px
}
#floor_6_3 .Telephone p {
	color: #fff;
	font-size: 15px
}
#customization_1_main {
	margin: -5px 0 0;
	background: #004c98
}
#customization_1 {
	position: relative
}
#customization_1 a {
	position: absolute;
	width: 140px;
	height: 50px;
	right: 177px;
	top: 34px;
	display: block
}
#customization_3_main {
}
#customization_3 img {
	width: 100%
}
#customization_4_main {
}
#customization_4 {
	padding: 30px 0
}
#customization_5 {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	border: 0 dashed red
}
#customization_5_1 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	border: 0 dashed red;
	padding: 20px 0;
	text-align: center
}
#customization_5_2 {
	width: 1400px;
	overflow: hidden;
	border: 0 dashed red;
	position: relative
}
#customization_5_2 ul {
	position: relative;
	overflow: hidden;
	width: 1200px;
	height: 464px;
	margin: 0 auto
}
#customization_5_2 li {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 0;
	cursor: pointer;
	overflow: hidden;
	top: 152px;
	left: 10px
}
#customization_5_2 li img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	float: left;
	border: 0
}
#customization_5_2 .prev {
	top: 37%;
	left: 0;
	background: url(../images/left_body1_prev.png) no-repeat center;
	display: block;
	position: absolute;
	width: 70px;
	height: 150px
}
#customization_5_2 .next {
	top: 37%;
	right: 0;
	background: url(../images/left_body1_next.png) no-repeat center;
	display: block;
	position: absolute;
	width: 70px;
	height: 150px
}
#customization_5_3 {
	width: 1200px;
	margin: 40px auto;
	overflow: hidden;
	border: 0 dashed red
}
#customization_6_main img {
	width: 100%
}
#customization_7_main {
	padding: 30px 0
}
#customization_7_1 {
	text-align: center;
	overflow: hidden
}
#customization_7_1 p {
	color: #161616;
	font-size: 14px
}
#customization_7_1 h2 {
	color: #faa10f;
	font-size: 40px;
	background: url(../images/customization_7_1_h2.png) no-repeat center
}
#customization_7_1 .ChannelF2 {
	color: #cacaca;
	font-size: 12px
}
#customization_7_2 {
	color: #161616;
	font-size: 16px;
	padding: 40px 0;
	text-align: center;
	line-height: 26px;
	overflow: hidden
}
#customization_7_3 {
	overflow: hidden
}
#customization_8_main {
	padding: 30px 0
}
#customization_8 {
	width: 1100px
}
#customization_8_1 {
	text-align: center;
	overflow: hidden;
	background: url(../images/customization_8_1.jpg) no-repeat center;
	height: 98px;
	padding: 50px 0
}
#customization_8_1 p {
	color: #161616;
	font-size: 14px
}
#customization_8_1 h2 {
	color: #faa10f;
	font-size: 40px
}
#customization_8_1 .ChannelF2 {
	color: #cacaca;
	font-size: 12px
}
#customization_8_2 {
	overflow: hidden;
	padding: 50px 0 0
}
#customization_9_main {
	padding: 30px 0
}
#customization_9 {
}
#customization_9_1 {
	text-align: center;
	overflow: hidden;
	height: 98px;
	padding: 50px 0;
	background: url(../images/customization_9_1.jpg) no-repeat center top
}
#customization_9_1 p {
	color: #161616;
	font-size: 16px;
	background: url(../images/customization_9_1_p.jpg) no-repeat center;
	letter-spacing: 8px
}
#customization_9_1 h2 {
	color: #161616;
	font-size: 50px;
	margin: 0 0 10px
}
#customization_9_2 {
	overflow: hidden;
	padding: 0 50px
}
#customization_10_main {
	background: #ececec;
	padding: 60px 0
}
#customization_10 {
}
#customization_10_1 {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding: 0 0 50px
}
#customization_10_1 p {
	color: #004a93;
	font-size: 22px;
	font-weight: 700
}
#customization_10_1 h2 {
	color: #161616;
	font-size: 18px;
	font-weight: 400
}
#customization_10_2 {
	background: url(../images/customization_10_2.png) no-repeat center;
	height: 28px
}
#customization_10_3 {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0 0
}
#customization_11_main {
	padding: 60px 0
}
#customization_11 {
	width: 1000px
}
#customization_11_1 {
	width: 379px;
	overflow: hidden;
	margin: 0 21px 0 0;
	float: left
}
#customization_11_2 {
	width: 600px;
	float: left
}
#customization_11_2 p {
	color: #1a1a1a;
	font-size: 20px;
	margin: 0 0 20px
}
#customization_11_2 p span {
	color: #faa10f
}
#customization_11_2 tr {
	display: block;
	width: 278px;
	float: left;
	border: 1px solid #b8b8b8;
	margin: 0 10px 31px 0;
	padding: 5px
}
#customization_11_2 tr.button_tr {
	border: 0;
	float: none;
	height: 34px;
	width: 100%;
	overflow: hidden;
	margin: 0
}
#customization_11_2 tr .chongzhi {
	border: 0;
	background: 0 0
}
#customization_11_2 tr th {
	color: #b6b6b6;
	font-size: 18px;
	font-weight: 400;
	width: 90px
}
#customization_11_2 tr.tr5 {
	width: 580px
}
#customization_11_2 tr.tr5 th {
	display: block
}
#customization_11_2 tr.tr5 .form_textarea {
	width: 570px
}
#customization_11_2 .form_button1 {
	float: left;
	width: 80px;
	margin: 0 35px 0 0;
	height: 34px;
	line-height: 34px;
	background: #faa10f;
	color: #fff
}
#customization_11_2 .form_button {
	float: left;
	width: 80px;
	background: #424242;
	color: #fff;
	height: 34px;
	line-height: 34px
}
.customization_albumlist {
	overflow: hidden
}
.customization_albumlist li {
	float: left;
	width: 290px;
	margin: 0 13px 0 0
}
.customization_albumlist li.n4 {
	margin: 0
}
.customization_albumlist1 {
	overflow: hidden
}
.customization_albumlist1 li {
	float: left;
	width: 290px;
	margin: 0 13px 0 0
}
.customization_albumlist1 li.n4 {
	margin: 0
}
.customization_albumlist1 li a {
	display: block
}
.customization_albumlist1 li .InfoTitle {
	color: #444;
	height: 40px;
	line-height: 40px;
	color: 16px
}
.customization_albumlist2 {
	overflow: hidden;
	float: left
}
.customization_albumlist2 li {
	width: 334px;
	margin: 0 0 10px
}
.customization_albumlist2 li.n3 {
	margin: 0
}
.customization_albumlist2 li img {
	vertical-align: middle
}
.customization_albumlist3 {
	overflow: hidden;
	float: left;
	margin: 0 10px
}
.customization_albumlist3 li {
	width: 186px
}
.customization_albumlist3 li img {
	vertical-align: middle
}
.customization_albumlist4 {
	overflow: hidden;
	float: left
}
.customization_albumlist4 li {
	width: 558px;
	margin: 0 0 10px
}
.customization_albumlist4 li img {
	vertical-align: middle
}
.customization_albumlist5 {
	overflow: hidden;
	float: left
}
.customization_albumlist5 li {
	width: 132px;
	margin: 0 10px 0 0;
	float: left
}
.customization_albumlist5 li.n4 {
	margin: 0
}
.customization_albumlist5 li img {
	vertical-align: middle
}
.customization_albumlist6 {
}
.customization_albumlist6 li {
	width: 50%;
	float: left;
	overflow: hidden
}
.customization_albumlist6 li .AlbumPicture {
	width: 100%;
	position: relative;
	height: 268px;
	overflow: hidden
}
.customization_albumlist6 li .AlbumPicture img {
	width: 100%
}
.customization_albumlist6 li .Album_wrap {
	width: 398px;
	padding: 45px 76px 0;
	height: 223px;
	background: #fbfbfb
}
.customization_albumlist6 li .Album_wrap .AlbumTitle {
	color: #004386;
	font-size: 32px;
	font-weight: 700;
	width: 100%;
	display: block;
	height: 65px;
	text-align: center;
	line-height: 65px;
	padding: 0 0 20px;
	background: url(../images/customization_albumlist6_li.jpg) no-repeat center bottom
}
.customization_albumlist6 li .Album_wrap .AlbumDescription {
	margin: 20px 0 0;
	line-height: 32px;
	font-size: 18px;
	height: 118px;
	overflow: hidden;
	color: #959595;
	text-align: center
}
.customization_albumlist7 {
	overflow: hidden
}
.customization_albumlist7 li {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #eee
}
.customization_albumlist7 li.n4 {
	margin: 0 0 15px
}
.customization_albumlist7 li img {
	width: 186px
}
.customization_albumlist8 {
	overflow: hidden
}
.customization_albumlist8 li {
	float: left;
	margin-right: 40px;
	text-align: center;
	overflow: hidden
}
.customization_albumlist8 li.n4 {
	margin: 0
}
.customization_albumlist8 li img {
	width: 188px
}
#progress {
	position: fixed;
	top: 25%;
	left: 35%;
	width: 430px;
	background: #fff;
	height: 310px;
	z-index: 1000;
	border-radius: 10px;
	padding: 30px 60px
}
#progress h2 {
	font-size: 26px;
	color: #8d8d8d;
	text-align: center;
	font-weight: 400;
	padding: 0 0 20px
}
#progress tr {
	display: block;
	height: 50px;
	background: #f5f8fd;
	width: 430px
}
#progress tr th {
	color: #949494;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	padding: 0 0 0 20px;
	display: block;
	width: 100px;
	float: left;
	text-align: left;
	font-weight: 400
}
#progress tr td {
	display: block;
	float: left;
	width: 310px
}
#progress tr td .form_text {
	border: 0;
	height: 30px;
	margin: 8px 0
}
#progress tr td .form_text_verifycode {
	display: block;
	float: left;
	width: 200px;
	height: 30px;
	margin: 8px 0;
	border: 0
}
#progress tr td .code_image {
	height: 37px;
	margin: 8px 0 0 8px
}
#progress .tr3 {
	padding: 30px 65px;
	width: 300px;
	line-height: 24px;
	color: #949494;
	height: 73px
}
#progress .tr4 {
	background: 0 0
}
#progress .tr4 td .form_button {
	width: 407px;
	height: 67px;
	line-height: 67px;
	color: #fff;
	margin: 0 12px;
	background: url(../images/progress_form_button.png) no-repeat;
	font-size: 26px
}
#progress_1 {
	position: fixed;
	top: 20%;
	left: 20%;
	width: 1000px;
	background: #fff;
	height: 470px;
	z-index: 1000;
	border-radius: 10px;
	padding: 20px 60px;
	display: none
}
#progress_1_1 h2 {
	width: 100%;
	display: block;
	font-size: 26px;
	font-weight: 400;
	margin: 0 0 30px
}
#progress_1_1 .shanchu {
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 31px;
	height: 31px;
	background: url(../images/progress_1_1_x.png) no-repeat;
	display: block
}
#progress_1_1_1 {
	float: left;
	width: 571px
}
#progress_1_1_2 {
	float: right;
	width: 382px
}
.progress_textlist {
	overflow: hidden;
	border: 1px solid #eee
}
.progress_textlist li {
	border-bottom: 1px solid #eee;
	height: 37px;
	line-height: 37px;
	text-indent: 10px
}
.progress_textlist li.n10 {
	border-bottom: 0
}
.progress_textlist li span {
	width: 100px;
	float: left;
	text-align: center;
	font-size: 16px;
	background: #f5f8fd
}
.progress_textlist li div {
	float: left;
	color: #c3150c;
	font-size: 16px
}
.product .info_product_detail_wrap {
	line-height: 2.2em
}
.product .info_product_detail_wrap b {
	color: #626262;
	font-weight: 700
}
.product .info_product_detail_wrap table.detail_table {
	width: 100%
}
.product .info_product_detail_wrap table.detail_table th {
	width: 200px
}
.product .ProductDescription {
	height: 40px;
	color: 1673a;
	margin-top: 10px;
	padding-left: 35px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 700;
	display: none
}
.product .info_product_detail_wrap img {
	width: 216px;
	height: 162px;
	float: left;
	text-align: left;
	margin-right: 10px
}
.product .InfoTitle {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding: 10px 0
}
.product .f2 {
	padding: 5px 0
}
.product .f1 {
	padding: 5px 0
}
.product .InfoHit {
	padding: 5px 0;
	font-weight: 700;
	color: #900
}
.product .InfoTime {
	padding: 5px 0
}
.job {
}
.joblist {
}
.joblist li {
	overflow: hidden
}
table.job_table {
	margin: 8px 0;
	padding: 0;
	text-align: center;
	width: 100%;
	border-collapse: collapse
}
table.job_table td {
	padding: 8px 5px;
	border: 1px solid #dadbd6
}
table.job_table .Requirement {
	text-align: left;
	padding: 8px 5px;
	line-height: 1.5em
}
table.job_table th {
	color: #333;
	font-weight: 700;
	text-align: center;
	border: 1px solid #dadbd6
}
table.job_table .t1 {
	font-weight: 700;
	padding: 5px 0;
	width: 20%
}
table.job_table .t2 {
	text-align: left;
	width: 25%
}
table.job_table .t3 {
	font-weight: 700;
	width: 25%
}
table.job_table .t4 {
	text-align: left;
	width: 25%
}
table.job_table .operation {
	text-align: center;
	margin: 0 auto
}
table.resume_table {
	margin: 3px;
	text-align: center;
	width: 97%;
	border-collapse: collapse
}
table.resume_table th {
	font-weight: 700;
	text-align: left;
	width: 100px
}
table.resume_table td {
	text-align: left
}
table.resume_table .operation {
	text-align: center
}
table.resume_table #Detail {
	height: 200px
}
.guestbook {
}
.guestbooklist {
}
.guestbooklist li {
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px
}
.MessageTitle {
	color: #227bad;
	line-height: 1.5em;
	font-weight: 700
}
.MessageContent {
	padding: 5px;
	margin-bottom: 10px
}
table.guestbook_table {
	width: 98%
}
table.guestbook_table th {
	width: 100px;
	text-align: left
}
table.guestbook_table td {
	text-align: left
}
table.guestbook_table .operation {
	text-align: center
}
.guest {
	overflow: hidden;
	padding: 15px 0;
	border-top: 1px dashed #00a7df;
	margin: 20px 0 0
}
.guest h2 {
	font-weight: 400;
	color: #00a7df;
	font-size: 24px
}
.guest p {
	color: #c6c6c6;
	padding: 10px 0 20px
}
.guest p span {
	color: #d43434
}
.guest .guest_left {
	float: left;
	width: 30%;
	margin: 0 4% 0 0
}
.guest .guest_left img {
	width: 273px;
	height: 330px
}
.guest .guest_right {
	width: 66%;
	float: right
}
.guest .guest_right th {
	width: 100px;
	display: block;
	float: left;
	text-align: left;
	color: #858585;
	font-weight: 400;
	font-size: 16px;
	height: 64px;
	line-height: 30px
}
.guest .guest_right td {
	width: 490px;
	display: block;
	float: left;
	margin: 0 0 10px
}
.guest .guest_right .form_text {
	background: 0 0;
	border: 1px soli #eee;
	border-radius: 10px;
	height: 28px;
	line-height: 28px;
	width: 96%;
	padding: 5px 10px
}
.guest .guest_right .form_textarea {
	background: 0 0;
	width: 100%;
	height: 65px
}
.guest .guest_right .form_button1 {
	float: left;
	width: 80px;
	margin: 25px 10px 0 0;
	height: 34px;
	line-height: 34px;
	background: #fff;
	color: #00a7df
}
.guest .guest_right .form_button {
	float: left;
	width: 80px;
	margin: 25px 0 0;
	background: #00a7df;
	height: 34px;
	line-height: 34px
}
.product_wrap {
	overflow: hidden;
	padding: 0 0 30px
}
.product_wrap h2 {
	background: #00a7df;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	border-radius: 10px;
	height: 50px;
	line-height: 50px;
	margin: 0 0 50px
}
.answer_wrap {
	padding: 5px;
	border-top: 1px dashed #ccc;
	line-height: 1.5em
}
.answer_title {
}
.answer_body {
}
.Administrator {
	text-align: right
}
.Reply {
	text-align: right
}
.AnswerTime {
	color: #999
}
.message_title {
	height: 40px;
	padding-left: 35px;
	line-height: 40px;
	font-size: 16px;
	color: #01673a;
	font-weight: 700
}
.message_body {
	padding-left: 10px;
	padding-right: 10px;
	color: #626262
}
.message_bottom {
}
.feedback {
}
table.feedback_table {
	width: 99%;
	text-align: center;
	margin: 0 auto
}
table.feedback_table th {
	width: 100px;
	text-align: left;
	font-weight: 700
}
table.feedback_table td {
	text-align: left
}
table.feedback_table .operation {
	text-align: center
}
#top_main {
	height: 34px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5
}
#top {
	height: 34px;

	text-align: right
}
#top_0 {
	float: left;
	text-align: left;
	color: #b3b3b3;
	font-size: 12px;
	line-height: 34px
}
#top_1 {
	float: left;
	text-align: left
}
#top_2 {
	float: right;
	text-align: right
}
#top_3 {
	float: right;
	text-align: right
}
#top_3_1 {
	float: left
}
#top_3_1 a {
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0 20px 0 0;
	background: url(../images/top_3_1.png) no-repeat right center;
	padding: 0 10px 0 0
}
#top_3_2 {
	float: left;
	border: 1px solid #ddd;
	border-radius: 20px;
	margin: 3px 0 0
}
#top_3_2 .form_text {
	border: 0;
	height: 20px;
	margin: 0;
	padding: 0 0 0 14px;
	width: 130px
}
#top_3_2 table.search_table td {
	width: 20px
}
#top_3_2 .form_button {
	border: 0;
	background: url(../images/top_3_2_form_button.png) no-repeat center
}
#top_3_3 {
	float: left
}
#top_3_3 a {
	height: 30px;
	width: 31px;
	display: block;
	background: url(../images/top_3_2_a.png) no-repeat center
}
#top .MobileEdition {
	font-weight: 700;
	color: red
}
#top a {
	color: #b3b3b3
}
#top a:hover {
	color: #000;
	text-decoration: none
}
#logo_main {
}
#logo {
	overflow: hidden;
	padding: 15px 0
}
#logo .WebLogo {
	float: left
}
#logo .Hotline {
	float: right;
	color: #393939;
	font-size: 18px;
	height: 62px;
	line-height: 62px
}
#logo .Hotline .Telephone {
	float: right;
	color: #d31d1d;
	margin: 0 0 0 10px;
	font-size: 30px;
	line-height: 58px;
	font-family:Impact;
}
#logo .Language {
	width: 500px;
	float: right;
	padding: 10px
}
#logo .Language .MobileEdition {
	font-weight: 700;
	color: red
}
#logo .Member {
	width: 500px;
	height: 35px;
	line-height: 35px;
	float: right;
	text-align: right;
	font-weight: 700
}
#logo .Member .MemberName, #logo_main .Member .MemberGroupName {
	color: #f30
}
#navigation_main {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	background: rgba(14,73,115,.5)
}
#navigation {
	height: 62px
}
#navigation ul.navigationlist li {
	float: left;
	line-height: 62px;
	text-align: center
}
#navigation ul.navigationlist li a {
	display: block;
	padding: 0 41px;
	font-size: 18px;
	color: #fff;
	border: 0 dashed red
}
#navigation ul.navigationlist li a:hover {
	text-decoration: none;
	background: #095f93;
	color: #fff
}
#navigation ul.navigationlist .current {
	background: #095f93;
	color: #fff
}
#navigation ul.subnavigationlist {
	display: none;
	position: absolute;
	background: #017834;
	z-index: 100
}
#navigation ul.subnavigationlist li {
	float: none;
	padding: 0;
	line-height: 28px;
	display: inline
}
#navigation ul.subnavigationlist li a {
	display: block;
	white-space: nowrap;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	padding: 0 23px;
	text-align: left
}
#navigation ul.subnavigationlist li a:hover {
	background: #214e2f;
	color: #fff
}
#announcement {
	margin-top: 5px;
	height: 35px;
	line-height: 35px;
	background-color: #f0f0f0;
	color: #0b3b7d
}
#announcement .announcement_title {
	float: left;
	font-weight: 700;
	text-indent: 35px;
	background: url(../images/announcement_title.gif) no-repeat 8px center;
	width: 150px
}
#announcement .announcement_body {
	float: left;
	width: 750px
}
#announcement .announcement_bottom {
	float: right;
	width: 100px
}
.announcementlist {
}
.announcementlist li {
	line-height: 35px
}
#banner_main {
	position: relative;
	border: 0 solid blue
}
#banner {
	border: 0 solid red;
	margin: 0 auto;
	overflow: hidden;
	width: 100%
}
.bannerlist {
}
.bannerlist li {
	text-align: center;
	border: 0 dashed red;
	overflow: hidden;
	display: block
}
.bannerlist li img {
	margin: 0 auto;
	display: block
}
#banner_main .hd {
	width: 100%;
	position: relative;
	bottom: 35px;
	left: 0;
	height: 5px;
	line-height: 5px;
	text-align: center;
	border: 0 solid red
}
#banner_main .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #d6d6d6;
	margin-right: 15px;
	overflow: hidden;
	font-size: 0
}
#banner_main .hd ul li.on {
	background: #006fc1
}
#banner_main1 {
	position: relative;
	border: 0 solid blue;
	text-align: center
}
#banner_main1 img {
	width: 100%
}
#location_main {
}
#location {
	display: block;
	color: #666;
	float: left;
	padding-right: 8px;
	font-size: 15px;
	font-weight: 700
}
#location a {
	color: #666;
	font-size: 15px
}
.subchannel_main {
	margin: 10px 0
}
.subchannel {
}
.subchannellist {
	text-align: left
}
.subchannellist li {
	display: block;
	line-height: 36px;
	width: 100%;
	background: url(../images/subchannellist_li.png) no-repeat center bottom;
	margin: 0 0 26px
}
.subchannellist li a {
	display: block;
	color: #666;
	text-indent: 58px;
	font-size: 18px
}
.subchannellist li a:hover {
	text-decoration: none;
	color: #00a7df;
	background: url(../images/subchannellist_li_a.png) no-repeat 45px center
}
.subchannellist #current a {
	font-weight: 400;
	color: #00a7df;
	background: url(../images/subchannellist_li_a.png) no-repeat 45px center
}
.subchannellist .depth1 {
	font-size: 16px;
	font-weight: 400
}
.subchannellist .depth2 {
	font-size: 14px;
	text-indent: 1.5em;
	background: 0 0
}
.subchannellist .depth2 a {
	border: 0
}
.subchannellist .depth3 {
	font-size: 14px;
	text-indent: 3em
}
.subchannellist .depth4 {
	font-size: 14px;
	text-indent: 4.5em
}
.subchannellist .depth5 {
	font-size: 14px;
	text-indent: 6em
}
.subchannellist .depth6 {
	font-size: 14px;
	text-indent: 7.5em
}
table.search_table {
	width: 99%;
	text-align: center
}
table.search_table th {
	vertical-align: middle;
	text-align: center;
	padding: 0 3px;
	height:20px; line-height:20px;
}
table.search_table td {
	vertical-align: middle;
	width: 60px;
	padding: 0 3px
}
.contact_wrap {
	overflow: hidden;
	padding: 20px
}
.contact_wrap li {
	font-size: 16px;
	margin: 10px 0
}
.contact_wrap li b {
	display: block;
	color: #666;
	font-weight: 400;
	font-size: 16px
}
.contact_wrap li.ico1 {
	font-size: 28px;
	font-weight: 400;
	color: #01a8df
}
.contact_wrap li.ico1 b {
	color: #01a8df;
	display: block;
	color: #01a8df;
	font-weight: 400;
	font-size: 24px;
	margin: 0 0 10px;
	text-align: center
}
.contact_wrap li.ico2 {
	font-weight: 400
}
.contact_wrap li.ico3 {
	font-weight: 400
}
.contact_wrap1 {
	line-height: 26px;
	background: url(../images/contact.png) no-repeat;
	width: 315px;
	height: 154px;
	padding-left: 30px;
	padding-top: 20px;
	color: #fff;
	overflow: hidden
}
.contact_wrap1 b {
	font-weight: 400
}
.contact_wrap1 .ico1 {
	background: url(../images/phone.gif) no-repeat 8px center;
	padding: 5px 0 5px 25px
}
.contact_wrap1 .ico2 {
	background: url(../images/fax.gif) no-repeat left center;
	padding: 5px 0 5px 25px
}
.contact_wrap1 .ico3 {
	background: url(../images/email.gif) no-repeat 1px center;
	padding: 5px 0 5px 25px
}
.contact_wrap1 .ico4 {
	background: url(../images/address.gif) no-repeat left center;
	padding: 5px 0 5px 25px
}
.order {
	margin: 0 auto
}
.order .WantOrder h1 {
	border-bottom: 1px dotted #999;
	padding: 5px 0
}
.order .f1 {
	float: right;
	color: red
}
table.order_table {
	width: 98%
}
table.order_table th {
	width: 100px;
	text-align: left
}
table.order_table td {
	text-align: left
}
table.order_table .operation {
	text-align: center
}
#link_main {
}
#link {
	padding: 10px 0 0;
	text-align: center;
	line-height: 22px
}
#link span {
	color: #999
}
.link_pic {
	overflow: auto;
	zoom: 1
}
.link_pic ul li {
	float: left;
	padding: 1px 5px;
	text-align: center;
	width: 112px
}
.link_pic img {
	width: 86px;
	height: 30px;
	padding: 2px;
	border: 1px solid #ccc
}
.link_pic ul li a:hover img {
	border: 1px solid #6c9acc
}
.link_text {
	overflow: hidden;
	zoom: 1;
	padding: 8px 0 0
}
.link_text ul li {
	float: left;
	text-align: center;
	padding: 1px 15px;
	overflow: hidden;
	white-space: nowrap
}
#link a {
	line-height: 22px;
	color: #999;
	font-size: 12px;
	margin: 0 10px
}
#link a:hover {
	line-height: 22px;
	color: #fff
}
#copyright_main {
	color: #999;
	background: #212121
}
#copyright {
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	padding: 0 0 5px
}
#copyright .bottom_navigation {
	text-align: center;
	padding: 5px 0
}
#copyright a {
	color: #999;
	text-decoration: none
}
#copyright a:hover {
	color: #fff;
	text-decoration: none
}
#copyright .bottom_info {
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	line-height: 20px
}
#copyright .TechnicalSupport {
	margin: 0
}
.page {
	padding: 4px 0 0 1px;
	float: right;
	clear: both
}
.page a, .page span {
	float: left;
	display: block;
	border: 1px solid #00a7df;
	padding: 2px 5px;
	margin-left: 4px;
	line-height: 22px
}
.page a:link, .page a:visited {
	text-decoration: none
}
.page a:hover {
	background: #00a7df;
	color: #fff
}
.page .current {
	background: #00a7df;
	color: #fff
}
.page #total {
	color: #00a7df
}
table.login_table {
	width: 40%;
	text-align: center;
	margin: 0 auto
}
table.login_table th {
	width: 100px;
	text-align: left;
	font-weight: 700
}
table.login_table td {
	text-align: left
}
table.login_table .operation {
	text-align: center
}
table.login_table .quick_login td {
	text-align: left;
	padding: 10px 0
}
table.login_table .quick_login td img {
	margin-right: 8px;
	float: left
}
table.reg_table {
	width: 40%;
	text-align: center;
	margin: 0 auto
}
table.reg_table th {
	width: 140px;
	text-align: left;
	font-weight: 700
}
table.reg_table td {
	text-align: left
}
table.reg_table .operation {
	text-align: center
}
table.reg_table .MemberCode {
	text-align: left;
	width: 70px
}
table.reg_table #SmsCode {
	width: 50px
}
table.forget_table1 {
	width: 40%;
	text-align: center;
	margin: 0 auto
}
table.forget_table1 th {
	width: 100px;
	text-align: left;
	font-weight: 700
}
table.forget_table1 td {
	text-align: left
}
table.forget_table1 .operation {
	text-align: center
}
table.forget_table2 {
	width: 40%;
	text-align: center;
	margin: 0 auto
}
table.forget_table2 th {
	width: 100px;
	text-align: left;
	font-weight: 700
}
table.forget_table2 td {
	text-align: left
}
table.forget_table2 .operation {
	text-align: center
}
table.forget_table2 #SmsCode {
	width: 60px
}
table.forget_table2 .PasswordQuestion, table.forget_table2 .MemberMobile, table.forget_table2 .FindPwdWay {
	padding: 3px 0
}
.maplist {
}
.maplist li {
	padding: 1px
}
.maplist li a {
	background: #d1e8fc;
	line-height: 25px;
	display: block;
	padding: 0 20px;
	border: 0 solid #a6cc93
}
.maplist li a:hover {
	text-decoration: none;
	background: #fff
}
.maplist .depth1 {
	font-weight: 700;
	text-indent: 0;
	font-weight: 700
}
.maplist .depth2 {
	text-indent: 2em
}
.maplist .depth3 {
	text-indent: 4em
}
.maplist .depth4 {
	text-indent: 6em
}
.maplist .depth5 {
	text-indent: 8em
}
.maplist .depth6 {
	text-indent: 10em
}
.right_body .album_wrap {
	position: relative;
	overflow: hidden;
	margin: 0 0 50px
}
.album_wrap .prev {
	position: absolute;
	left: 30px;
	top: 42%;
	background: url(../images/album_wrap_prev.png) no-repeat center;
	width: 74px;
	height: 74px;
	display: block;
	cursor: pointer
}
.album_wrap .prev:hover {
	position: absolute;
	right: 30px;
	top: 42%;
	background: url(../images/album_a_left.png) no-repeat center;
	width: 74px;
	height: 74px;
	display: block;
	cursor: pointer
}
.album_wrap .prev:active {
	position: absolute;
	right: 30px;
	top: 42%;
	background: url(../images/album_b_left.png) no-repeat center;
	width: 74px;
	height: 74px;
	display: block;
	cursor: pointer
}
.album_wrap .next {
	position: absolute;
	right: 30px;
	top: 42%;
	background: url(../images/album_wrap_next.png) no-repeat center;
	width: 74px;
	height: 74px;
	display: block;
	cursor: pointer
}
.album_wrap .next:hover {
	position: absolute;
	right: 30px;
	top: 42%;
	background: url(../images/album_a_right.png) no-repeat center;
	width: 74px;
	height: 74px;
	display: block;
	cursor: pointer
}
.album_wrap .next:active {
	position: absolute;
	right: 30px;
	top: 42%;
	background: url(../images/album_b_right.png) no-repeat center;
	width: 74px;
	height: 74px;
	display: block;
	cursor: pointer
}
.right_body .Info_wrap {
	margin: 10px 0;
	overflow: hidden
}
.right_body .Info_wrap .Info_title {
	float: left;
	width: 80px;
	font-size: 16px;
	line-height: 28px
}
.right_body .Info_wrap .InfoSContent {
	float: left;
	width: 830px;
	font-size: 16px;
	line-height: 28px
}
.design_wrap {
	overflow: hidden
}
.design_wrap .InfoPicture {
	float: left;
	width: 290px;
	margin: 0 70px 0 0
}
.Info {
	float: left;
	width: 550px
}
.Info .InfoTitle {
	text-align: left;
	font-size: 30px;
	display: block
}
.Info .f1 {
	color: #44bee8;
	font-size: 18px
}
.Info_wrap1 {
	margin: 10px 0;
	overflow: hidden
}
.Info_wrap1 .Info_title {
	float: left;
	width: 100px;
	font-size: 20px
}
.Info_wrap1 .InfoSContent {
	float: left;
	width: 450px;
	font-size: 20px
}
.design_wrap1 {
	overflow: hidden;
	width: 100%;
	margin: 30px 0
}
.design_wrap1 .Info_title {
	font-size: 20px;
	padding: 0 0 20px;
	color: #666;
	display: block
}
#sidebar_main {
	width: 60px;
	height: 335px;
	position: fixed;
	top: 30%;
	right: -50px;
	z-index: 99999;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop));
	_right: 0;
_height:expression(eval(document.documentElement.clientHeight));
	border: 1px solid #ddd;
	background: #fff
}
#sidebar {
	width: 50px;
	color: #fff;
	height: 100%
}
#sidebar #sidebar_1 {
	position: absolute;
	top: 10px;
	width: 60px;
	height: 60px;
	background: url(../images/qq1.jpg) no-repeat center
}
#sidebar #sidebar_1:hover {
	background: url(../images/qq1_hover.jpg) no-repeat center
}
#sidebar #sidebar_2 {
	position: absolute;
	top: 80px;
	width: 60px;
	height: 60px;
	background: url(../images/dianhua.png) no-repeat center
}
#sidebar #sidebar_2:hover {
	background: url(../images/dianhua_hover.png) no-repeat center
}
#sidebar #sidebar_3 {
	position: absolute;
	top: 150px;
	width: 60px;
	height: 60px;
	background: url(../images/liuyan.png) no-repeat center
}
#sidebar #sidebar_3:hover {
	background: url(../images/liuyan_hover.png) no-repeat center
}
#sidebar #sidebar_4 {
	position: absolute;
	top: 230px;
	width: 60px;
	height: 60px;
	background: url(../images/qrcode.png) no-repeat center
}
#sidebar #sidebar_4:hover {
	background: url(../images/qrcode_hover.png) no-repeat center
}
#sidebar #sidebar_5 {
	position: absolute;
	top: 280px;
	width: 60px;
	height: 60px;
	background: url(../images/gotop.png) no-repeat center
}
#sidebar #sidebar_5:hover {
	background: url(../images/gotop_hover.png) no-repeat center
}
#sidebar a {
	color: #fff;
	display: block;
	width: 60px;
	height: 60px;
	padding: 0;
	cursor: pointer
}
#sidebar p {
	display: none;
	position: absolute;
	right: 70px;
	font-size: 12px;
	text-align: center;
	margin: 0
}
#sidebar_1 p {
	width: 120px;
	height: 35px;
	line-height: 35px;
	background: #494949;
	bottom: 7px;
	text-align: center;
	font-size: 14px
}
#sidebar_1 p a {
	display: block;
	text-align: center;
	width: 100%
}
#sidebar_2 p {
	width: 200px;
	display: none;
	height: 55px;
	background: #fff;
	padding: 20px 0;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	color: #666;
	text-align: center
}
#sidebar_2 p span {
	display: block;
	color: #fc4d4d;
	font-size: 20px
}
#sidebar_3 p {
	line-height: 35px;
	bottom: -40px;
	text-align: center;
	background: #494949
}
#sidebar_3 p img {
	width: 110px;
	padding: 5px
}
#sidebar_4 p {
	width: 160px;
	height: 400px;
	line-height: 35px;
	background: #fff;
	bottom: -64px;
	text-align: center
}
#sidebar_4 p a {
	display: block;
	width: 100%
}
#sidebar_4 p span {
	display: block
}
#sidebar_4 p span b {
	display: block;
	color: #666;
	font-size: 14px
}
#sidebar p i {
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	top: 10px;
	right: -5px;
	color: #494949
}
#sidebar_3 p i {
	color: #494949;
	top: 48px;
	right: -6px
}
.textlist {
}
.textlist li {
	overflow: hidden;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #eee
}
.textlist li .time_wrap {
	float: left;
	width: 120px;
	height: 120px;
	text-align: center;
	background: #ebebeb;
	margin: 0 40px 0 0
}
.textlist li .time_wrap .year {
	font-size: 14px;
	color: #707070;
	display: block;
	width: 100%;
	height: 18px;
	line-height: 18px;
	padding: 25px 0 0
}
.textlist li .time_wrap .day {
	font-size: 50px;
	color: #e62b1e;
	display: block;
	width: 100%;
	height: 67px;
	line-height: 67px
}
.textlist li .Info_wrap .InfoTitle {
	display: block;
	text-align: left;
	color: #444;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding: 0
}
.textlist li .Info_wrap .InfoContent {
	font-size: 14px;
	padding: 0;
	height: 70px;
	overflow: hidden;
	line-height: 24px
}
.textlist li.n1 {
	border: 0
}
.textlist li.n1 .InfoPicture {
	float: left;
	width: 450px;
	height: 277px;
	margin: 0 20px 0 0
}
.textlist li.n1 .InfoPicture img {
	width: 450px;
	height: 277px
}
.textlist li.n1 .Info_wrap {
	width: 440px;
	float: left;
	margin: 10px 0 0
}
.textlist li.n1 .Info_wrap .InfoTime {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding: 0
}
.textlist li.n1 .Info_wrap .InfoTitle {
	display: block;
	text-align: left;
	color: #444;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding: 0
}
.textlist li.n1 .Info_wrap .InfoContent {
	font-size: 16px;
	padding: 0;
	height: 120px;
	overflow: hidden
}
.textlist li.n1 .Info_wrap .ViewDetail {
	color: #666;
	display: block;
	margin: 18px 0 0;
	text-align: center;
	height: 57px;
	line-height: 57px;
	font-size: 18px;
	border: 1px solid #eee;
	border-radius: 10px
}
.textlist1 {
}
.textlist1 {
	text-align: center
}
.textlist1 a {
	background: #e3e3e3;
	color: #0063c8;
	overflow: hidden;
	padding: 1px 26px;
	line-height: 30px;
	font-size: 20px
}
.textlist1 a.on {
	background: #0063c8;
	color: #fff
}
.textlist2 {
	overflow: hidden;
	margin: 50px 0
}
.textlist2 li {
	float: left;
	width: 283px;
	margin: 0 20px 0 0
}
.textlist2 li span {
	color: #626262;
	font-size: 20px;
	padding: 0 0 20px;
	display: block
}
.textlist3 {
	overflow: hidden
}
.textlist3 li {
	float: none
}
.textlist3 li a {
	color: #626262;
	font-size: 12px;
	display: block;
	height: 34px;
	line-height: 34px
}
.textlist4 {
	overflow: hidden;
	margin: 0 0 20px;
	border: 1px solid #eee
}
.textlist4 li {
	float: left;
	width: 453px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	text-indent: 10px;
	border-bottom: 1px solid #eee
}
.textlist4 li.n1 {
	border-right: 1px solid #eee
}
.textlist4 li.n7 {
	width: 100%;
	border-bottom: 0
}
.textlist4 li span {
	color: #666;
	width: 90px;
	font-size: 14px;
	display: block;
	float: left;
	border-right: 1px solid #eee;
	text-align: center;
	text-indent: 0;
	background: #f8f8f8
}
.thumblist {
}
.thumblist li {
}
.thumblist1 {
}
.thumblist1 li {
	overflow: hidden;
	width: 100%
}
.thumblist1 li.n1 {
	margin: 0 0 48px
}
.thumblist1 li.n2 {
	margin: 0 0 117px
}
.thumblist1 li .ChannelPicture {
	float: right;
	width: 657px
}
.thumblist1 li .Channel_wrap {
	float: left;
	width: 540px
}
.thumblist1 li.n1 .ChannelPicture {
	float: right;
	width: 657px
}
.thumblist1 li.n1 .Channel_wrap {
	padding: 112px 0 0;
	float: left;
	width: 540px
}
.thumblist1 li.n2 .ChannelPicture {
	float: left;
	width: 558px
}
.thumblist1 li.n2 .Channel_wrap {
	padding: 104px 0 0;
	float: right;
	width: 500px
}
.thumblist1 li.n1 .ChannelPicture {
	float: right;
	width: 657px
}
.thumblist1 li.n1 .Channel_wrap {
	padding: 112px 0 0;
	float: left;
	width: 540px
}
.thumblist1 li span {
	display: block;
	width: 82px;
	height: 82px;
	line-height: 80px;
	text-align: center;
	background: #fa7820;
	color: #fff;
	font-size: 50px
}
.thumblist1 li.n2 span {
	background: #00a0e4
}
.thumblist1 li.n3 span {
	background: #2bb783
}
.thumblist1 li .ChannelName {
	color: #0a0a0a;
	font-size: 36px;
	height: 64px;
	line-height: 64px
}
.thumblist1 li .ChannelSContent {
	color: #0a0a0a;
	font-size: 34px;
	font-weight: 700;
	height: 63px;
	line-height: 40px;
	background: url(../images/thumblist1_li_ChannelSContent.jpg) no-repeat left bottom;
	overflow: hidden
}
.thumblist1 li .ChannelContent {
	width: 500px;
	height: 194px;
	overflow: hidden;
	font-size: 16px;
	color: #696868;
	line-height: 33px
}
.thumblist2 {
	overflow: hidden
}
.thumblist2 li {
	overflow: hidden;
	width: 770px;
	margin: 0 0 8px
}
.thumblist2 li .InfoPicture {
	float: left;
	width: 150px;
	margin: 0 20px 0 0
}
.thumblist2 li .InfoPicture img {
	width: 150px;
	height: 90px
}
.thumblist2 li .InfoTitle {
	float: left;
	width: 600px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	color: #0a6fc1;
	font-size: 20px;
	padding: 0;
	height: 27px;
	line-height: 24px;
	font-weight: 700;
	border-bottom: 1px solid #e6e6e6
}
.thumblist2 li .InfoTitle:hover {
	color: #fc4d4d
}
.thumblist2 li .InfoContent {
	color: #666;
	height: 60px;
	line-height: 21px;
	width: 600px;
	float: left;
	padding: 2px 0 0;
	font-size: 14px
}
.thumblist2 li.n1 {
	float: left;
	width: 400px;
	margin: 0 30px 0 0
}
.thumblist2 li.n1 .InfoPicture {
	width: 400px;
	height: 385px
}
.thumblist2 li.n1 .InfoPicture img {
	width: 400px;
	height: 385px
}
.thumblist3 {
}
.thumblist3 li {
	width: 300px;
	float: left;
	overflow: hidden
}
.thumblist3 li .AlbumPicture {
	width: 300px;
	position: relative
}
.thumblist3 li .AlbumPicture img {
	width: 100%
}
.thumblist3 li .AlbumPicture span {
	display: block;
	width: 0;
	height: 0;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	border-bottom: 17px solid #fff;
	position: absolute;
	left: 142px;
	bottom: 0
}
.thumblist3 li .Album_wrap {
	width: 234px;
	padding: 45px 33px 0;
	height: 177px
}
.thumblist3 li .Album_wrap .AlbumTitle {
	color: #565656;
	font-size: 20px;
	width: 100%;
	display: block;
	height: 28px;
	text-align: center;
	line-height: 28px
}
.thumblist3 li .Album_wrap .AlbumDescription {
	margin: 28px 0 0;
	line-height: 22px;
	font-size: 18px;
	height: 66px;
	overflow: hidden;
	color: #565656
}
.thumblist3 li.n1 .AlbumPicture span {
	top: 0;
	border-top: 17px solid #fff;
	border-bottom: 0
}
.thumblist3 li.n0:hover .AlbumPicture span {
	border-bottom: 17px solid #029ed2;
	border-top: 0
}
.thumblist3 li.n1:hover .AlbumPicture span {
	border-top: 17px solid #029ed2;
	border-bottom: 0
}
.thumblist3 li:hover .Album_wrap {
	background: #029ed2
}
.thumblist3 li:hover .Album_wrap .AlbumTitle {
	color: #fff
}
.thumblist3 li:hover .Album_wrap .AlbumDescription {
	color: #fff
}
.thumblist4 {
}
.thumblist4 li {
	width: 50%;
	float: left;
	overflow: hidden
}
.thumblist4 li .AlbumPicture {
	width: 100%;
	position: relative;
	height: 230px;
	overflow: hidden
}
.thumblist4 li .AlbumPicture img {
	width: 100%
}
.thumblist4 li .AlbumPicture span {
	display: block;
	width: 0;
	height: 0;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	border-top: 17px solid #fff;
	position: absolute;
	left: 208px;
	top: 0
}
.thumblist4 li .Album_wrap {
	width: 261px;
	padding: 45px 97px 0;
	height: 185px
}
.thumblist4 li .Album_wrap .AlbumTitle {
	color: #565656;
	font-size: 26px;
	width: 100%;
	display: block;
	height: 28px;
	text-align: center;
	line-height: 28px
}
.thumblist4 li .Album_wrap .AlbumDescription {
	margin: 28px 0 0;
	line-height: 22px;
	font-size: 18px;
	height: 66px;
	overflow: hidden;
	color: #565656;
	text-align: center
}
.thumblist4 li.n1 .AlbumPicture span {
	border-bottom: 17px solid #fff;
	border-top: 0;
	top: 213px
}
.thumblist4 li.n0:hover .AlbumPicture span {
	border-top: 17px solid #029ed2;
	border-bottom: 0
}
.thumblist4 li.n1:hover .AlbumPicture span {
	border-bottom: 17px solid #029ed2;
	border-top: 0
}
.thumblist4 li:hover .Album_wrap {
	background: #029ed2
}
.thumblist4 li:hover .Album_wrap .AlbumTitle {
	color: #fff
}
.thumblist4 li:hover .Album_wrap .AlbumDescription {
	color: #fff
}
.gridlist {
	margin-top: 5px
}
.gridlist li {
	float: left;
	margin-bottom: 30px;
	margin-right: 24px;
	text-align: center;
	overflow: hidden;
	display: inline;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid #eee
}
.gridlist li.n2 {
	margin: 0 0 30px
}
.gridlist li img {
	width: 285px;
	height: 171px
}
.gridlist li a {
	display: block;
	width: 285px
}
.gridlist li .InfoTitle {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #666
}
.gridlist li:hover .InfoTitle {
	color: #33b9e5
}
.gridlist1 {
	overflow: hidden
}
.gridlist1 ul {
	overflow: hidden
}
.gridlist1 ul li {
	position: relative;
	float: left;
	text-align: center;
	width: 585px;
	margin: 0 30px 30px 0;
	overflow: hidden
}
.gridlist1 ul li.n1 {
	margin: 0 0 30px
}
.gridlist1 ul li img {
	width: 100%
}
.gridlist1 ul li a {
	display: block
}
.gridlist1 ul li .ChannelName {
	font-size: 30px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: rgba(85,91,97,.6) url(../images/gridlist1_li.png) no-repeat center
}
.gridlist1 ul li:hover .ChannelName {
	height: 80px;
	line-height: 80px;
	bottom: 35%;
	background: rgba(255,255,255,.8) url(../images/gridlist1_li.png) no-repeat center;
	color: #333
}
.gridlist2 {
	overflow: hidden
}
.gridlist2 ul {
	overflow: hidden
}
.gridlist2 ul li {
	position: relative;
	float: left;
	width: 285px;
	text-align: center;
	margin: 0 20px 20px 0;
	overflow: hidden
}
.gridlist2 ul li.n3 {
	margin: 0 0 20px
}
.gridlist2 ul li .InfoPicture {
	position: relative;
	display: block
}
.gridlist2 ul li .InfoPicture p {
	position: absolute;
	width: 245px;
	left: 0;
	top: 0;
	display: none;
	background: rgba(0,0,0,.5);
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	height: 73px;
	text-align: left;
	padding: 50px 20px
}
.gridlist2 ul li img {
	width: 100%;
	display: block;
	height: 173px
}
.gridlist2 ul li .InfoTitle {
	white-space: nowrap;
	text-align: left;
	line-height: 40px;
	height: 40px;
	display: block;
	font-size: 16px;
	color: #282828;
	background: url(../images/gridlist2_li.png) no-repeat 20px center;
	text-indent: 55px
}
.gridlist2 ul li:hover p {
	display: block
}
.gridlist2 ul li:hover .InfoTitle {
	background: url(../images/gridlist2_li_hover.png) no-repeat 20px center;
	color: #fc4d4d
}
.gridlist3 {
	margin-top: 5px
}
.gridlist3 li {
	float: left;
	margin-bottom: 30px;
	margin-right: 45px;
	text-align: center;
	overflow: hidden;
	display: inline;
	text-overflow: ellipsis;
	white-space: nowrap
}
.gridlist3 li.n3 {
	margin: 0 0 30px
}
.gridlist3 li img {
	width: 193px
}
.gridlist4 {
	margin-top: 5px;
	overflow: hidden;
	position: relative
}
.gridlist4 li {
	float: left;
	width: 280px;
	margin: 0 18px 0 0;
	text-align: center;
	overflow: hidden
}
.gridlist4 li img {
	width: 100%
}
.gridlist4 li .InfoPicture {
	display: block;
	position: relative
}
.gridlist4 li .InfoPicture .InfoTitle {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,.7);
	color: #fff;
	font-size: 14px;
	width: 100%;
	text-align: center
}
.gridlist4 li:hover .InfoPicture .InfoTitle {
	display: block
}
.gridlist5 {
	margin-top: 5px
}
.gridlist5 li {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	text-align: center;
	overflow: hidden;
	display: inline;
	text-overflow: ellipsis;
	background: #f3f3f3;
	white-space: nowrap
}
.gridlist5 li.n4 {
	margin: 0 0 15px
}
.gridlist5 li img {
	width: 170px
}
.gridlist6 {
	overflow: hidden
}
.gridlist6 li {
	float: left;
	width: 285px;
	margin-right: 24px;
	text-align: center;
	border: 1px solid #eee
}
.gridlist6 li.n3 {
	margin: 0
}
.gridlist6 li img {
	width: 100%
}
.gridlist6 li a {
	display: block
}
.gridlist6 li .InfoTitle {
	font-weight: 400;
	text-align: center;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 40px;
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	color: #666
}
.gridlist6 li .InfoTitle:hover {
	background: #00a7df;
	color: #fff
}
.videolist {
	margin-top: 5px
}
.videolist li {
	width: 382px;
	float: left;
	margin-right: 15px;
	text-align: center;
	overflow: hidden
}
.videolist li img {
	border: 1px solid #e1e1e1;
	width: 100%
}
.videolist li a {
	white-space: nowrap;
	line-height: 28px
}
.channellist {
	overflow: hidden
}
.channellist li {
	float: left;
	width: 115px
}
.channellist li span {
	color: #cacaca;
	font-size: 14px;
	padding: 20px 0 10px;
	display: block
}
.channellist1 {
	overflow: hidden
}
.channellist1 li {
	float: none;
	overflow: hidden
}
.channellist1 li a {
	color: #999;
	font-size: 12px;
	display: block;
	height: 24px;
	line-height: 24px
}
.albumlist {
	overflow: hidden
}
.albumlist li {
	width: 100%
}
.albumlist li img {
	width: 100%
}
.qrcodelist {
	overflow: hidden
}
.qrcodelist li {
	width: 150px;
	float: left;
	margin: 0 30px 0 0
}
.qrcodelist li img {
	width: 100%
}
.qrcodelist li p {
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px
}
